type github.com/aws/smithy-go/middleware.loggerKey

3 uses

	github.com/aws/smithy-go/middleware (current package)
		logging.go#L10: type loggerKey struct{}
		logging.go#L16: 	logger, ok := ctx.Value(loggerKey{}).(logging.Logger)
		logging.go#L26: 	return context.WithValue(ctx, loggerKey{}, logger)